#!/usr/bin/env bash
{ set +x; } 2>/dev/null

https_url="ssh://hg@bitbucket.org/owner/repo"

git-url-fullname "$https_url"
